inittrait = { # this trait isnt supposed to show up, event control only
	random = no
	customizer = no
}
victim = {
	random = no
	customizer = no
	sex_appeal_opinion = -5
	diplomacy = -2
	spouse_opinion = -10
	ai_rationality = -30
	fertility = -0.2
	same_opinion = 13
}

# breast_size = 1
tiny_tits = {
	random = no
	customizer = no
	opposites = {
	    small_tits
		regular_tits
		big_tits
		huge_tits
		enormous_tits
		gigantic_tits
	}
	sex_appeal_opinion = -10
	same_opinion = 5
	fertility = -0.2
	learning = 1
}

# breast_size = 2
small_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		regular_tits
		big_tits
		huge_tits
		enormous_tits
		gigantic_tits
	}
	sex_appeal_opinion = -5
	same_opinion = 5
	fertility = -0.1
}

# breast_size = 3
regular_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		small_tits
		big_tits
		huge_tits
		enormous_tits
		gigantic_tits
	}
	intrigue = 1
	combat_rating = -1
}

# breast_size = 4
big_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		small_tits
		regular_tits
		huge_tits
		enormous_tits
		gigantic_tits
	}
	sex_appeal_opinion = 10
	fertility = 0.1
	intrigue = 2
	combat_rating = -2
}

# breast_size = 5
huge_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		small_tits
		regular_tits
		big_tits
		enormous_tits
		gigantic_tits
	}
	sex_appeal_opinion = 18
	same_opinion = 5
	fertility = 0.2
	diplomacy = 1
	intrigue = 2
	combat_rating = -3
}

# breast_size = 6
enormous_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		small_tits
		regular_tits
		big_tits
		huge_tits
		gigantic_tits
	}
	sex_appeal_opinion = 25
	same_opinion = 10
	fertility = 0.3
	diplomacy = 2
	intrigue = 3
	combat_rating = -4
}

# breast_size = 7
gigantic_tits = {
	random = no
	customizer = no
	opposites = {
		tiny_tits
		small_tits
		regular_tits
		big_tits
		huge_tits
		enormous_tits
	}
	sex_appeal_opinion = 33
	same_opinion = 15
	fertility = 0.4
	diplomacy = 3
	intrigue = 4
	combat_rating = -5
	command_modifier = {
		speed = -0.1
	}
}

bombshell = {
	random = no
	customizer = no
	opposites = {
	    tiny_tits
		small_tits
		regular_tits
		ugly
		dwarf
	}
	sex_appeal_opinion = 13
	fertility = 0.15
	diplomacy = 1
	intrigue = 2
}

cheap_whore = {
	random = no
	customizer = no
	opposites = {
		celibate
		chaste
		experienced_whore
		exclusive_whore		
	}
	general_opinion = 5
	church_opinion = 10
	same_opinion = 10
	spouse_opinion = 25
	diplomacy = -3
	intrigue = 1
	monthly_character_piety = 1
	monthly_character_prestige = 0.5
	monthly_character_wealth = 2.5
}

experienced_whore = {
	random = no
	customizer = no
	opposites = {
		celibate
		chaste
		cheap_whore
		exclusive_whore		
	}
	general_opinion = 8
	church_opinion = 13
	same_opinion = 10
	spouse_opinion = 25
	diplomacy = -2
	intrigue = 2
	monthly_character_piety = 2
	monthly_character_prestige = 1
	monthly_character_wealth = 4
}

exclusive_whore = {
	random = no
	customizer = no
	opposites = {
		celibate
		chaste
		cheap_whore
		experienced_whore		
	}
	general_opinion = 10
	church_opinion = 15
	same_opinion = 13
	spouse_opinion = 25
	diplomacy = -1
	intrigue = 3
	monthly_character_piety = 3
	monthly_character_prestige = 3
	monthly_character_wealth = 5
}